Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(gk041));
     SuperMap.Data.GeoStyle       geoStyle16   = new SuperMap.Data.GeoStyle();
     SuperMap.Data.GeoRegion      geoRegion6   = new SuperMap.Data.GeoRegion();
     SuperMap.Mapping.GridSetting gridSetting6 = new SuperMap.Mapping.GridSetting();
     SuperMap.Data.GeoStyle       geoStyle17   = new SuperMap.Data.GeoStyle();
     SuperMap.Data.GeoStyle       geoStyle18   = new SuperMap.Data.GeoStyle();
     SuperMap.Mapping.MapOverlapDisplayedOptions   mapOverlapDisplayedOptions6 = new SuperMap.Mapping.MapOverlapDisplayedOptions();
     System.Windows.Forms.DataGridViewCellStyle    dataGridViewCellStyle16     = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle    dataGridViewCellStyle17     = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle    dataGridViewCellStyle18     = new System.Windows.Forms.DataGridViewCellStyle();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource6           = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.gKFQDBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gK0411             = new gkfqd.GK041();
     this.toolStrip1         = new System.Windows.Forms.ToolStrip();
     this.MapSelect          = new System.Windows.Forms.ToolStripButton();
     this.MapZoomIn          = new System.Windows.Forms.ToolStripButton();
     this.MapZoomOut         = new System.Windows.Forms.ToolStripButton();
     this.MapPan             = new System.Windows.Forms.ToolStripButton();
     this.MapEntire          = new System.Windows.Forms.ToolStripButton();
     this.mapControl1        = new SuperMap.UI.MapControl();
     this.map1                 = new SuperMap.Mapping.Map(this.components);
     this.workspace1           = new SuperMap.Data.Workspace(this.components);
     this.dataGridView1        = new System.Windows.Forms.DataGridView();
     this.reportViewer1        = new Microsoft.Reporting.WinForms.ReportViewer();
     this.gKFQDTableAdapter    = new gkfqd.GK041TableAdapters.GKFQDTableAdapter();
     this.button1              = new System.Windows.Forms.Button();
     this.textBox1             = new System.Windows.Forms.TextBox();
     this.comboBox3            = new System.Windows.Forms.ComboBox();
     this.comboBox2            = new System.Windows.Forms.ComboBox();
     this.comboBox4            = new System.Windows.Forms.ComboBox();
     this.label2               = new System.Windows.Forms.Label();
     this.comboBox1            = new System.Windows.Forms.ComboBox();
     this.label1               = new System.Windows.Forms.Label();
     this.label11              = new System.Windows.Forms.Label();
     this.button2              = new System.Windows.Forms.Button();
     this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::gkfqd.ui.gk03.WaitForm2), true, true);
     this.comboBox5            = new System.Windows.Forms.ComboBox();
     this.label3               = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.gKFQDBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gK0411)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // gKFQDBindingSource
     //
     this.gKFQDBindingSource.DataMember = "GKFQD";
     this.gKFQDBindingSource.DataSource = this.gK0411;
     //
     // gK0411
     //
     this.gK0411.DataSetName             = "GK041";
     this.gK0411.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.MapSelect,
         this.MapZoomIn,
         this.MapZoomOut,
         this.MapPan,
         this.MapEntire
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1230, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // MapSelect
     //
     this.MapSelect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MapSelect.Image                 = ((System.Drawing.Image)(resources.GetObject("MapSelect.Image")));
     this.MapSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MapSelect.Name   = "MapSelect";
     this.MapSelect.Size   = new System.Drawing.Size(23, 22);
     this.MapSelect.Text   = "选中";
     this.MapSelect.Click += new System.EventHandler(this.MapSelect_Click);
     //
     // MapZoomIn
     //
     this.MapZoomIn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MapZoomIn.Image                 = ((System.Drawing.Image)(resources.GetObject("MapZoomIn.Image")));
     this.MapZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MapZoomIn.Name   = "MapZoomIn";
     this.MapZoomIn.Size   = new System.Drawing.Size(23, 22);
     this.MapZoomIn.Text   = "放大";
     this.MapZoomIn.Click += new System.EventHandler(this.MapZoomIn_Click);
     //
     // MapZoomOut
     //
     this.MapZoomOut.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MapZoomOut.Image                 = ((System.Drawing.Image)(resources.GetObject("MapZoomOut.Image")));
     this.MapZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MapZoomOut.Name   = "MapZoomOut";
     this.MapZoomOut.Size   = new System.Drawing.Size(23, 22);
     this.MapZoomOut.Text   = "缩小";
     this.MapZoomOut.Click += new System.EventHandler(this.MapZoomOut_Click);
     //
     // MapPan
     //
     this.MapPan.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MapPan.Image                 = ((System.Drawing.Image)(resources.GetObject("MapPan.Image")));
     this.MapPan.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MapPan.Name   = "MapPan";
     this.MapPan.Size   = new System.Drawing.Size(23, 22);
     this.MapPan.Text   = "漫游";
     this.MapPan.Click += new System.EventHandler(this.MapPan_Click);
     //
     // MapEntire
     //
     this.MapEntire.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MapEntire.Image                 = ((System.Drawing.Image)(resources.GetObject("MapEntire.Image")));
     this.MapEntire.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MapEntire.Name   = "MapEntire";
     this.MapEntire.Size   = new System.Drawing.Size(23, 22);
     this.MapEntire.Text   = "全幅显示";
     this.MapEntire.Click += new System.EventHandler(this.MapEntire_Click);
     //
     // mapControl1
     //
     this.mapControl1.Action              = SuperMap.UI.Action.Select2;
     this.mapControl1.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.mapControl1.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mapControl1.InteractionMode     = SuperMap.UI.InteractionMode.Default;
     this.mapControl1.IsCursorCustomized  = false;
     this.mapControl1.IsWaitCursorEnabled = true;
     this.mapControl1.Location            = new System.Drawing.Point(0, 265);
     this.mapControl1.Margin              = new System.Windows.Forms.Padding(48, 22, 48, 22);
     this.mapControl1.MarginPanEnabled    = true;
     this.mapControl1.MarginPanPercent    = 0.5D;
     this.mapControl1.Name                     = "mapControl1";
     this.mapControl1.RefreshAtTracked         = true;
     this.mapControl1.RefreshInInvalidArea     = false;
     this.mapControl1.RollingWheelWithoutDelay = false;
     this.mapControl1.SelectionMode            = SuperMap.UI.SelectionMode.ContainInnerPoint;
     this.mapControl1.SelectionPixelTolerance  = 1;
     this.mapControl1.Size                     = new System.Drawing.Size(608, 302);
     this.mapControl1.TabIndex                 = 3;
     this.mapControl1.TrackMode                = SuperMap.UI.TrackMode.Edit;
     //
     // map1
     //
     geoStyle16.FillBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle16.FillBackOpaque           = true;
     geoStyle16.FillForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle16.FillGradientAngle        = 0D;
     geoStyle16.FillGradientMode         = SuperMap.Data.FillGradientMode.None;
     geoStyle16.FillGradientOffsetRatioX = 0;
     geoStyle16.FillGradientOffsetRatioY = 0;
     geoStyle16.FillOpaqueRate           = 100;
     geoStyle16.FillSymbolID             = 0;
     geoStyle16.LineColor                                         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     geoStyle16.LineSymbolID                                      = 0;
     geoStyle16.LineWidth                                         = 0.1D;
     geoStyle16.MarkerAngle                                       = 0D;
     geoStyle16.MarkerSymbolID                                    = 0;
     this.map1.BackgroundStyle                                    = geoStyle16;
     geoRegion6.ID                                                = 0;
     geoRegion6.Style                                             = null;
     this.map1.ClipRegion                                         = geoRegion6;
     this.map1.DPI                                                = 96D;
     geoStyle17.FillBackColor                                     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle17.FillBackOpaque                                    = true;
     geoStyle17.FillForeColor                                     = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(235)))), ((int)(((byte)(255)))));
     geoStyle17.FillGradientAngle                                 = 0D;
     geoStyle17.FillGradientMode                                  = SuperMap.Data.FillGradientMode.None;
     geoStyle17.FillGradientOffsetRatioX                          = 0;
     geoStyle17.FillGradientOffsetRatioY                          = 0;
     geoStyle17.FillOpaqueRate                                    = 100;
     geoStyle17.FillSymbolID                                      = 0;
     geoStyle17.LineColor                                         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     geoStyle17.LineSymbolID                                      = 2;
     geoStyle17.LineWidth                                         = 0.1D;
     geoStyle17.MarkerAngle                                       = 0D;
     geoStyle17.MarkerSymbolID                                    = 0;
     gridSetting6.DashStyle                                       = geoStyle17;
     gridSetting6.HorizontalSpacing                               = 0D;
     gridSetting6.IsSizeFixed                                     = false;
     gridSetting6.IsSnapable                                      = false;
     gridSetting6.IsVisible                                       = false;
     geoStyle18.FillBackColor                                     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle18.FillBackOpaque                                    = true;
     geoStyle18.FillForeColor                                     = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(235)))), ((int)(((byte)(255)))));
     geoStyle18.FillGradientAngle                                 = 0D;
     geoStyle18.FillGradientMode                                  = SuperMap.Data.FillGradientMode.None;
     geoStyle18.FillGradientOffsetRatioX                          = 0;
     geoStyle18.FillGradientOffsetRatioY                          = 0;
     geoStyle18.FillOpaqueRate                                    = 100;
     geoStyle18.FillSymbolID                                      = 0;
     geoStyle18.LineColor                                         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     geoStyle18.LineSymbolID                                      = 0;
     geoStyle18.LineWidth                                         = 0.1D;
     geoStyle18.MarkerAngle                                       = 0D;
     geoStyle18.MarkerSymbolID                                    = 0;
     gridSetting6.SolidStyle                                      = geoStyle18;
     gridSetting6.Type                                            = SuperMap.Mapping.GridType.Point;
     gridSetting6.VerticalSpacing                                 = 0D;
     this.map1.Grid                                               = gridSetting6;
     this.map1.IsCustomBoundsEnabled                              = false;
     this.map1.IsDisableDynamicEffect                             = false;
     this.map1.IsFillMarkerAngleFixed                             = true;
     this.map1.IsModified                                         = true;
     this.map1.IsOrthographView                                   = false;
     this.map1.IsOverlapDisplayed                                 = false;
     this.map1.IsSymbolFillIgnored                                = false;
     this.map1.IsVisibleScalesEnabled                             = false;
     this.map1.MaxScale                                           = 1000000000000D;
     this.map1.MaxVisibleVertex                                   = 3600000;
     this.map1.MinScale                                           = 0D;
     this.map1.Name                                               = "UntitledMap";
     mapOverlapDisplayedOptions6.AllowPointOverlap                = true;
     mapOverlapDisplayedOptions6.AllowPointWithTextDisplay        = true;
     mapOverlapDisplayedOptions6.AllowTextAndPointOverlap         = true;
     mapOverlapDisplayedOptions6.AllowTextOverlap                 = false;
     mapOverlapDisplayedOptions6.AllowThemeGraduatedSymbolOverlap = false;
     mapOverlapDisplayedOptions6.AllowThemeGraphOverlap           = false;
     this.map1.OverlapDisplayedOptions                            = mapOverlapDisplayedOptions6;
     this.map1.Resources                                          = null;
     this.map1.UseSystemDPI                                       = true;
     this.map1.VisibleScales                                      = new double[0];
     //
     // workspace1
     //
     this.workspace1.Caption     = "UntitledWorkspace";
     this.workspace1.Description = "";
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor               = System.Drawing.SystemColors.ButtonHighlight;
     dataGridViewCellStyle16.Alignment                = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle16.BackColor                = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle16.Font                     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle16.ForeColor                = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle16.SelectionBackColor       = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle16.SelectionForeColor       = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle16.WrapMode                 = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle17.Alignment                = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle17.BackColor                = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle17.Font                     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle17.ForeColor                = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle17.SelectionBackColor       = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle17.SelectionForeColor       = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle17.WrapMode                 = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle              = dataGridViewCellStyle17;
     this.dataGridView1.Location                   = new System.Drawing.Point(0, 118);
     this.dataGridView1.Name                       = "dataGridView1";
     dataGridViewCellStyle18.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle18.BackColor             = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle18.Font                  = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle18.ForeColor             = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle18.SelectionBackColor    = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle18.SelectionForeColor    = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle18.WrapMode              = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
     this.dataGridView1.RowTemplate.Height         = 23;
     this.dataGridView1.Size                       = new System.Drawing.Size(608, 148);
     this.dataGridView1.TabIndex                   = 4;
     this.dataGridView1.MouseUp                   += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseUp);
     //
     // reportViewer1
     //
     reportDataSource6.Name  = "gk041";
     reportDataSource6.Value = this.gKFQDBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource6);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "gkfqd.ui.gk04.gk041.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(607, 28);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(623, 539);
     this.reportViewer1.TabIndex = 6;
     //
     // gKFQDTableAdapter
     //
     this.gKFQDTableAdapter.ClearBeforeFill = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(522, 63);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 28;
     this.button1.Text     = "查询";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(116, 65);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(197, 21);
     this.textBox1.TabIndex = 27;
     //
     // comboBox3
     //
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Location          = new System.Drawing.Point(331, 38);
     this.comboBox3.Name     = "comboBox3";
     this.comboBox3.Size     = new System.Drawing.Size(87, 20);
     this.comboBox3.TabIndex = 26;
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(226, 38);
     this.comboBox2.Name                  = "comboBox2";
     this.comboBox2.Size                  = new System.Drawing.Size(87, 20);
     this.comboBox2.TabIndex              = 25;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     //
     // comboBox4
     //
     this.comboBox4.FormattingEnabled = true;
     this.comboBox4.Items.AddRange(new object[] {
         "2017"
     });
     this.comboBox4.Location = new System.Drawing.Point(504, 38);
     this.comboBox4.Name     = "comboBox4";
     this.comboBox4.Size     = new System.Drawing.Size(93, 20);
     this.comboBox4.TabIndex = 24;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(21, 68);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 20;
     this.label2.Text     = "项目名称";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "内蒙古自治区"
     });
     this.comboBox1.Location = new System.Drawing.Point(116, 38);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(93, 20);
     this.comboBox1.TabIndex = 23;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(434, 41);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 21;
     this.label1.Text     = "批准年份";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(21, 41);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(89, 12);
     this.label11.TabIndex = 22;
     this.label11.Text     = "所在省、市、县";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(522, 91);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 29;
     this.button2.Text     = "统计图";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // comboBox5
     //
     this.comboBox5.FormattingEnabled = true;
     this.comboBox5.Items.AddRange(new object[] {
         "2017"
     });
     this.comboBox5.Location = new System.Drawing.Point(116, 93);
     this.comboBox5.Name     = "comboBox5";
     this.comboBox5.Size     = new System.Drawing.Size(93, 20);
     this.comboBox5.TabIndex = 30;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(21, 96);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(77, 12);
     this.label3.TabIndex = 43;
     this.label3.Text     = "选择叠加年份";
     //
     // gk041
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1230, 568);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.comboBox5);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.comboBox3);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.comboBox4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.mapControl1);
     this.Controls.Add(this.toolStrip1);
     this.Name    = "gk041";
     this.TabText = "占用地类分析";
     this.Text    = "占用地类分析";
     this.Load   += new System.EventHandler(this.gk041_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gKFQDBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gK0411)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     SuperMap.Data.GeoStyle       geoStyle1    = new SuperMap.Data.GeoStyle();
     SuperMap.Data.GeoRegion      geoRegion1   = new SuperMap.Data.GeoRegion();
     SuperMap.Mapping.GridSetting gridSetting1 = new SuperMap.Mapping.GridSetting();
     SuperMap.Data.GeoStyle       geoStyle2    = new SuperMap.Data.GeoStyle();
     SuperMap.Data.GeoStyle       geoStyle3    = new SuperMap.Data.GeoStyle();
     SuperMap.Mapping.MapOverlapDisplayedOptions   mapOverlapDisplayedOptions1 = new SuperMap.Mapping.MapOverlapDisplayedOptions();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1           = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2           = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3           = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource4           = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.gHDLTBBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gK0441 = new gkfqd.GK044();
     this.地类名称与面积BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.规划地类与面积BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.所属乡镇与面积BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.map1                 = new SuperMap.Mapping.Map(this.components);
     this.workspace1           = new SuperMap.Data.Workspace(this.components);
     this.mapControl1          = new SuperMap.UI.MapControl();
     this.dataGridView1        = new System.Windows.Forms.DataGridView();
     this.toolStrip1           = new System.Windows.Forms.ToolStrip();
     this.MapSelect            = new System.Windows.Forms.ToolStripButton();
     this.MapZoomIn            = new System.Windows.Forms.ToolStripButton();
     this.MapZoomOut           = new System.Windows.Forms.ToolStripButton();
     this.MapPan               = new System.Windows.Forms.ToolStripButton();
     this.MapEntire            = new System.Windows.Forms.ToolStripButton();
     this.reportViewer1        = new Microsoft.Reporting.WinForms.ReportViewer();
     this.gHDLTBTableAdapter   = new gkfqd.GK044TableAdapters.GHDLTBTableAdapter();
     this.地类名称与面积TableAdapter  = new gkfqd.GK044TableAdapters.地类名称与面积TableAdapter();
     this.规划地类与面积TableAdapter  = new gkfqd.GK044TableAdapters.规划地类与面积TableAdapter();
     this.所属乡镇与面积TableAdapter  = new gkfqd.GK044TableAdapters.所属乡镇与面积TableAdapter();
     this.comboBox5            = new System.Windows.Forms.ComboBox();
     this.label3               = new System.Windows.Forms.Label();
     this.button2              = new System.Windows.Forms.Button();
     this.button1              = new System.Windows.Forms.Button();
     this.textBox1             = new System.Windows.Forms.TextBox();
     this.comboBox3            = new System.Windows.Forms.ComboBox();
     this.comboBox2            = new System.Windows.Forms.ComboBox();
     this.comboBox4            = new System.Windows.Forms.ComboBox();
     this.label2               = new System.Windows.Forms.Label();
     this.comboBox1            = new System.Windows.Forms.ComboBox();
     this.label1               = new System.Windows.Forms.Label();
     this.label11              = new System.Windows.Forms.Label();
     this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::gkfqd.ui.gk03.WaitForm2), true, true);
     this.zongBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.gHDLTBBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gK0441)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.地类名称与面积BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.规划地类与面积BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.所属乡镇与面积BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.zongBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // gHDLTBBindingSource
     //
     this.gHDLTBBindingSource.DataMember = "GHDLTB";
     this.gHDLTBBindingSource.DataSource = this.gK0441;
     //
     // gK0441
     //
     this.gK0441.DataSetName             = "GK044";
     this.gK0441.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // 地类名称与面积BindingSource
     //
     this.地类名称与面积BindingSource.DataMember = "地类名称与面积";
     this.地类名称与面积BindingSource.DataSource = this.gK0441;
     //
     // 规划地类与面积BindingSource
     //
     this.规划地类与面积BindingSource.DataMember = "规划地类与面积";
     this.规划地类与面积BindingSource.DataSource = this.gK0441;
     //
     // 所属乡镇与面积BindingSource
     //
     this.所属乡镇与面积BindingSource.DataMember = "所属乡镇与面积";
     this.所属乡镇与面积BindingSource.DataSource = this.gK0441;
     //
     // map1
     //
     geoStyle1.FillBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle1.FillBackOpaque           = true;
     geoStyle1.FillForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle1.FillGradientAngle        = 0D;
     geoStyle1.FillGradientMode         = SuperMap.Data.FillGradientMode.None;
     geoStyle1.FillGradientOffsetRatioX = 0;
     geoStyle1.FillGradientOffsetRatioY = 0;
     geoStyle1.FillOpaqueRate           = 100;
     geoStyle1.FillSymbolID             = 0;
     geoStyle1.LineColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     geoStyle1.LineSymbolID                                       = 0;
     geoStyle1.LineWidth                                          = 0.1D;
     geoStyle1.MarkerAngle                                        = 0D;
     geoStyle1.MarkerSymbolID                                     = 0;
     this.map1.BackgroundStyle                                    = geoStyle1;
     geoRegion1.ID                                                = 0;
     geoRegion1.Style                                             = null;
     this.map1.ClipRegion                                         = geoRegion1;
     this.map1.DPI                                                = 96D;
     geoStyle2.FillBackColor                                      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle2.FillBackOpaque                                     = true;
     geoStyle2.FillForeColor                                      = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(235)))), ((int)(((byte)(255)))));
     geoStyle2.FillGradientAngle                                  = 0D;
     geoStyle2.FillGradientMode                                   = SuperMap.Data.FillGradientMode.None;
     geoStyle2.FillGradientOffsetRatioX                           = 0;
     geoStyle2.FillGradientOffsetRatioY                           = 0;
     geoStyle2.FillOpaqueRate                                     = 100;
     geoStyle2.FillSymbolID                                       = 0;
     geoStyle2.LineColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     geoStyle2.LineSymbolID                                       = 2;
     geoStyle2.LineWidth                                          = 0.1D;
     geoStyle2.MarkerAngle                                        = 0D;
     geoStyle2.MarkerSymbolID                                     = 0;
     gridSetting1.DashStyle                                       = geoStyle2;
     gridSetting1.HorizontalSpacing                               = 0D;
     gridSetting1.IsSizeFixed                                     = false;
     gridSetting1.IsSnapable                                      = false;
     gridSetting1.IsVisible                                       = false;
     geoStyle3.FillBackColor                                      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle3.FillBackOpaque                                     = true;
     geoStyle3.FillForeColor                                      = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(235)))), ((int)(((byte)(255)))));
     geoStyle3.FillGradientAngle                                  = 0D;
     geoStyle3.FillGradientMode                                   = SuperMap.Data.FillGradientMode.None;
     geoStyle3.FillGradientOffsetRatioX                           = 0;
     geoStyle3.FillGradientOffsetRatioY                           = 0;
     geoStyle3.FillOpaqueRate                                     = 100;
     geoStyle3.FillSymbolID                                       = 0;
     geoStyle3.LineColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     geoStyle3.LineSymbolID                                       = 0;
     geoStyle3.LineWidth                                          = 0.1D;
     geoStyle3.MarkerAngle                                        = 0D;
     geoStyle3.MarkerSymbolID                                     = 0;
     gridSetting1.SolidStyle                                      = geoStyle3;
     gridSetting1.Type                                            = SuperMap.Mapping.GridType.Point;
     gridSetting1.VerticalSpacing                                 = 0D;
     this.map1.Grid                                               = gridSetting1;
     this.map1.IsCustomBoundsEnabled                              = false;
     this.map1.IsDisableDynamicEffect                             = false;
     this.map1.IsFillMarkerAngleFixed                             = true;
     this.map1.IsModified                                         = true;
     this.map1.IsOrthographView                                   = false;
     this.map1.IsOverlapDisplayed                                 = false;
     this.map1.IsSymbolFillIgnored                                = false;
     this.map1.IsVisibleScalesEnabled                             = false;
     this.map1.MaxScale                                           = 1000000000000D;
     this.map1.MaxVisibleVertex                                   = 3600000;
     this.map1.MinScale                                           = 0D;
     this.map1.Name                                               = "UntitledMap";
     mapOverlapDisplayedOptions1.AllowPointOverlap                = true;
     mapOverlapDisplayedOptions1.AllowPointWithTextDisplay        = true;
     mapOverlapDisplayedOptions1.AllowTextAndPointOverlap         = true;
     mapOverlapDisplayedOptions1.AllowTextOverlap                 = false;
     mapOverlapDisplayedOptions1.AllowThemeGraduatedSymbolOverlap = false;
     mapOverlapDisplayedOptions1.AllowThemeGraphOverlap           = false;
     this.map1.OverlapDisplayedOptions                            = mapOverlapDisplayedOptions1;
     this.map1.Resources                                          = null;
     this.map1.UseSystemDPI                                       = true;
     this.map1.VisibleScales                                      = new double[0];
     //
     // workspace1
     //
     this.workspace1.Caption     = "UntitledWorkspace";
     this.workspace1.Description = "";
     //
     // mapControl1
     //
     this.mapControl1.Action              = SuperMap.UI.Action.Select2;
     this.mapControl1.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.mapControl1.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mapControl1.InteractionMode     = SuperMap.UI.InteractionMode.Default;
     this.mapControl1.IsCursorCustomized  = false;
     this.mapControl1.IsWaitCursorEnabled = true;
     this.mapControl1.Location            = new System.Drawing.Point(0, 265);
     this.mapControl1.Margin              = new System.Windows.Forms.Padding(48, 22, 48, 22);
     this.mapControl1.MarginPanEnabled    = true;
     this.mapControl1.MarginPanPercent    = 0.5D;
     this.mapControl1.Name                     = "mapControl1";
     this.mapControl1.RefreshAtTracked         = true;
     this.mapControl1.RefreshInInvalidArea     = false;
     this.mapControl1.RollingWheelWithoutDelay = false;
     this.mapControl1.SelectionMode            = SuperMap.UI.SelectionMode.ContainInnerPoint;
     this.mapControl1.SelectionPixelTolerance  = 1;
     this.mapControl1.Size                     = new System.Drawing.Size(608, 303);
     this.mapControl1.TabIndex                 = 0;
     this.mapControl1.TrackMode                = SuperMap.UI.TrackMode.Edit;
     this.mapControl1.GeometrySelected        += new SuperMap.UI.GeometrySelectedEventHandler(this.mapControl1_GeometrySelected);
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location           = new System.Drawing.Point(0, 120);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size               = new System.Drawing.Size(608, 146);
     this.dataGridView1.TabIndex           = 1;
     this.dataGridView1.MouseUp           += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseUp);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.MapSelect,
         this.MapZoomIn,
         this.MapZoomOut,
         this.MapPan,
         this.MapEntire
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1230, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // MapSelect
     //
     this.MapSelect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MapSelect.Image                 = global::gkfqd.Properties.Resources.MapSelect;
     this.MapSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MapSelect.Name   = "MapSelect";
     this.MapSelect.Size   = new System.Drawing.Size(23, 22);
     this.MapSelect.Text   = "选中";
     this.MapSelect.Click += new System.EventHandler(this.MapSelect_Click);
     //
     // MapZoomIn
     //
     this.MapZoomIn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MapZoomIn.Image                 = global::gkfqd.Properties.Resources.MapZoomIn;
     this.MapZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MapZoomIn.Name   = "MapZoomIn";
     this.MapZoomIn.Size   = new System.Drawing.Size(23, 22);
     this.MapZoomIn.Text   = "放大";
     this.MapZoomIn.Click += new System.EventHandler(this.MapZoomIn_Click);
     //
     // MapZoomOut
     //
     this.MapZoomOut.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MapZoomOut.Image                 = global::gkfqd.Properties.Resources.MapZoomOut;
     this.MapZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MapZoomOut.Name   = "MapZoomOut";
     this.MapZoomOut.Size   = new System.Drawing.Size(23, 22);
     this.MapZoomOut.Text   = "缩小";
     this.MapZoomOut.Click += new System.EventHandler(this.MapZoomOut_Click);
     //
     // MapPan
     //
     this.MapPan.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MapPan.Image                 = global::gkfqd.Properties.Resources.MapPan;
     this.MapPan.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MapPan.Name   = "MapPan";
     this.MapPan.Size   = new System.Drawing.Size(23, 22);
     this.MapPan.Text   = "漫游";
     this.MapPan.Click += new System.EventHandler(this.MapPan_Click);
     //
     // MapEntire
     //
     this.MapEntire.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.MapEntire.Image                 = global::gkfqd.Properties.Resources.MapEntire;
     this.MapEntire.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MapEntire.Name   = "MapEntire";
     this.MapEntire.Size   = new System.Drawing.Size(23, 22);
     this.MapEntire.Text   = "全幅显示";
     this.MapEntire.Click += new System.EventHandler(this.MapEntire_Click);
     //
     // reportViewer1
     //
     reportDataSource1.Name  = "gk044";
     reportDataSource1.Value = this.zongBindingSource;
     reportDataSource2.Name  = "DLYMJ";
     reportDataSource2.Value = this.地类名称与面积BindingSource;
     reportDataSource3.Name  = "GHYMJ";
     reportDataSource3.Value = this.规划地类与面积BindingSource;
     reportDataSource4.Name  = "XZYMJ";
     reportDataSource4.Value = this.所属乡镇与面积BindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource3);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource4);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "gkfqd.ui.gk04.gk044.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(607, 28);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(623, 540);
     this.reportViewer1.TabIndex = 3;
     //
     // gHDLTBTableAdapter
     //
     this.gHDLTBTableAdapter.ClearBeforeFill = true;
     //
     // 地类名称与面积TableAdapter
     //
     this.地类名称与面积TableAdapter.ClearBeforeFill = true;
     //
     // 规划地类与面积TableAdapter
     //
     this.规划地类与面积TableAdapter.ClearBeforeFill = true;
     //
     // 所属乡镇与面积TableAdapter
     //
     this.所属乡镇与面积TableAdapter.ClearBeforeFill = true;
     //
     // comboBox5
     //
     this.comboBox5.FormattingEnabled = true;
     this.comboBox5.Items.AddRange(new object[] {
         "2014",
         "2015",
         "2016",
         "2017"
     });
     this.comboBox5.Location = new System.Drawing.Point(107, 89);
     this.comboBox5.Name     = "comboBox5";
     this.comboBox5.Size     = new System.Drawing.Size(97, 20);
     this.comboBox5.TabIndex = 55;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 92);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(77, 12);
     this.label3.TabIndex = 54;
     this.label3.Text     = "选择叠加年份";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(513, 87);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 53;
     this.button2.Text     = "图层叠加";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(513, 59);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 52;
     this.button1.Text     = "查询";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(107, 61);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(197, 21);
     this.textBox1.TabIndex = 51;
     //
     // comboBox3
     //
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Location          = new System.Drawing.Point(322, 34);
     this.comboBox3.Name     = "comboBox3";
     this.comboBox3.Size     = new System.Drawing.Size(87, 20);
     this.comboBox3.TabIndex = 50;
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(217, 34);
     this.comboBox2.Name                  = "comboBox2";
     this.comboBox2.Size                  = new System.Drawing.Size(87, 20);
     this.comboBox2.TabIndex              = 49;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     //
     // comboBox4
     //
     this.comboBox4.FormattingEnabled = true;
     this.comboBox4.Items.AddRange(new object[] {
         "全部",
         "2014",
         "2015",
         "2016",
         "2017"
     });
     this.comboBox4.Location = new System.Drawing.Point(495, 34);
     this.comboBox4.Name     = "comboBox4";
     this.comboBox4.Size     = new System.Drawing.Size(93, 20);
     this.comboBox4.TabIndex = 48;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 64);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 44;
     this.label2.Text     = "项目名称";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "内蒙古自治区"
     });
     this.comboBox1.Location = new System.Drawing.Point(107, 34);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(93, 20);
     this.comboBox1.TabIndex = 47;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(425, 37);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 45;
     this.label1.Text     = "批准年份";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(12, 37);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(89, 12);
     this.label11.TabIndex = 46;
     this.label11.Text     = "所在省、市、县";
     //
     // zongBindingSource
     //
     this.zongBindingSource.DataMember = "GHDLTB";
     this.zongBindingSource.DataSource = this.gK0441;
     //
     // gk044
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1230, 568);
     this.Controls.Add(this.comboBox5);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.comboBox3);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.comboBox4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.mapControl1);
     this.Name    = "gk044";
     this.TabText = "基本农田数据分析";
     this.Text    = "基本农田数据分析";
     this.Load   += new System.EventHandler(this.gk044_Load);
     ((System.ComponentModel.ISupportInitialize)(this.zongBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gK0441)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.地类名称与面积BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.规划地类与面积BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.所属乡镇与面积BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.zongBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     SuperMap.Data.GeoStyle          geoStyle1        = new SuperMap.Data.GeoStyle();
     SuperMap.Layout.LayoutSelection layoutSelection1 = new SuperMap.Layout.LayoutSelection();
     SuperMap.Data.GeoStyle          geoStyle2        = new SuperMap.Data.GeoStyle();
     this.mapLayout1              = new SuperMap.Layout.MapLayout(this.components);
     this.mapLayoutControl1       = new SuperMap.UI.MapLayoutControl();
     this.workspace1              = new SuperMap.Data.Workspace(this.components);
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     this.锁定地图ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.地图操作ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.放大ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.缩小ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.平移ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.取消地图操作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.全幅显示ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.打印服务ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripComboBox2      = new System.Windows.Forms.ToolStripComboBox();
     this.打印ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.打印预览ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.打印布局ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.绘制边框ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.添加标题ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.指南针ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.比例尺ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.图例ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.边框ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.添加影像ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.取消影像ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.输出pdfToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.输出EMFToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.输出EPSToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.输出PNGToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.输出BMPToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.输出JPGToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.输出PDFToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label11   = new System.Windows.Forms.Label();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // mapLayout1
     //
     geoStyle1.FillBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle1.FillBackOpaque           = true;
     geoStyle1.FillForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle1.FillGradientAngle        = 0D;
     geoStyle1.FillGradientMode         = SuperMap.Data.FillGradientMode.None;
     geoStyle1.FillGradientOffsetRatioX = 0;
     geoStyle1.FillGradientOffsetRatioY = 0;
     geoStyle1.FillOpaqueRate           = 100;
     geoStyle1.FillSymbolID             = 0;
     geoStyle1.LineColor                         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     geoStyle1.LineSymbolID                      = 0;
     geoStyle1.LineWidth                         = 0.1D;
     geoStyle1.MarkerAngle                       = 0D;
     geoStyle1.MarkerSymbolID                    = 0;
     this.mapLayout1.BackgroundStyle             = geoStyle1;
     this.mapLayout1.HorizontalPaperCount        = 1;
     this.mapLayout1.ImageSize                   = new System.Drawing.Size(256, 256);
     this.mapLayout1.IsModified                  = true;
     this.mapLayout1.IsOverlapDisplayed          = false;
     this.mapLayout1.LogicDPI                    = 200;
     this.mapLayout1.MaxZoomRatio                = 1E+16D;
     this.mapLayout1.MinZoomRatio                = 0D;
     this.mapLayout1.Name                        = "UntitledMapLayout";
     this.mapLayout1.OverlapLengthOfPrinterPaper = 0;
     this.mapLayout1.PrintPreview                = false;
     geoStyle2.FillBackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle2.FillBackOpaque                    = true;
     geoStyle2.FillForeColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(235)))), ((int)(((byte)(255)))));
     geoStyle2.FillGradientAngle                 = 0D;
     geoStyle2.FillGradientMode                  = SuperMap.Data.FillGradientMode.None;
     geoStyle2.FillGradientOffsetRatioX          = 0;
     geoStyle2.FillGradientOffsetRatioY          = 0;
     geoStyle2.FillOpaqueRate                    = 100;
     geoStyle2.FillSymbolID                      = 1;
     geoStyle2.LineColor                         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     geoStyle2.LineSymbolID                      = 0;
     geoStyle2.LineWidth                         = 0.1D;
     geoStyle2.MarkerAngle                       = 0D;
     geoStyle2.MarkerSymbolID                    = 0;
     layoutSelection1.Style                      = geoStyle2;
     this.mapLayout1.Selection                   = layoutSelection1;
     this.mapLayout1.VerticalPaperCount          = 1;
     this.mapLayout1.Workspace                   = null;
     this.mapLayout1.ZoomRatio                   = 0.19871980718178542D;
     //
     // mapLayoutControl1
     //
     this.mapLayoutControl1.BackColor      = System.Drawing.SystemColors.ButtonHighlight;
     this.mapLayoutControl1.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mapLayoutControl1.Dock           = System.Windows.Forms.DockStyle.Bottom;
     this.mapLayoutControl1.IsGridSnapable = false;
     this.mapLayoutControl1.IsHorizontalScrollbarVisible = true;
     this.mapLayoutControl1.IsVerticalScrollbarVisible   = true;
     this.mapLayoutControl1.LayoutAction         = SuperMap.UI.Action.Select2;
     this.mapLayoutControl1.Location             = new System.Drawing.Point(0, 64);
     this.mapLayoutControl1.MapAction            = SuperMap.UI.Action.Null;
     this.mapLayoutControl1.Name                 = "mapLayoutControl1";
     this.mapLayoutControl1.RefreshAtTracked     = true;
     this.mapLayoutControl1.RefreshInInvalidArea = false;
     this.mapLayoutControl1.Size                 = new System.Drawing.Size(1013, 497);
     this.mapLayoutControl1.TabIndex             = 0;
     this.mapLayoutControl1.TrackMode            = SuperMap.UI.TrackMode.Edit;
     //
     // workspace1
     //
     this.workspace1.Caption     = "UntitledWorkspace";
     this.workspace1.Description = "";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.锁定地图ToolStripMenuItem,
         this.打印服务ToolStripMenuItem,
         this.绘制边框ToolStripMenuItem,
         this.输出pdfToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1013, 25);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // 锁定地图ToolStripMenuItem
     //
     this.锁定地图ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.地图操作ToolStripMenuItem,
         this.放大ToolStripMenuItem,
         this.缩小ToolStripMenuItem,
         this.平移ToolStripMenuItem,
         this.取消地图操作ToolStripMenuItem,
         this.全幅显示ToolStripMenuItem
     });
     this.锁定地图ToolStripMenuItem.Name = "锁定地图ToolStripMenuItem";
     this.锁定地图ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
     this.锁定地图ToolStripMenuItem.Text = "地图操作";
     //
     // 地图操作ToolStripMenuItem
     //
     this.地图操作ToolStripMenuItem.Name   = "地图操作ToolStripMenuItem";
     this.地图操作ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.地图操作ToolStripMenuItem.Text   = "锁定地图";
     this.地图操作ToolStripMenuItem.Click += new System.EventHandler(this.地图操作ToolStripMenuItem_Click);
     //
     // 放大ToolStripMenuItem
     //
     this.放大ToolStripMenuItem.Name   = "放大ToolStripMenuItem";
     this.放大ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.放大ToolStripMenuItem.Text   = "放大";
     this.放大ToolStripMenuItem.Click += new System.EventHandler(this.放大ToolStripMenuItem_Click);
     //
     // 缩小ToolStripMenuItem
     //
     this.缩小ToolStripMenuItem.Name   = "缩小ToolStripMenuItem";
     this.缩小ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.缩小ToolStripMenuItem.Text   = "缩小";
     this.缩小ToolStripMenuItem.Click += new System.EventHandler(this.缩小ToolStripMenuItem_Click);
     //
     // 平移ToolStripMenuItem
     //
     this.平移ToolStripMenuItem.Name   = "平移ToolStripMenuItem";
     this.平移ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.平移ToolStripMenuItem.Text   = "平移";
     this.平移ToolStripMenuItem.Click += new System.EventHandler(this.平移ToolStripMenuItem_Click);
     //
     // 取消地图操作ToolStripMenuItem
     //
     this.取消地图操作ToolStripMenuItem.Name   = "取消地图操作ToolStripMenuItem";
     this.取消地图操作ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.取消地图操作ToolStripMenuItem.Text   = "取消地图操作";
     this.取消地图操作ToolStripMenuItem.Click += new System.EventHandler(this.取消地图操作ToolStripMenuItem_Click);
     //
     // 全幅显示ToolStripMenuItem
     //
     this.全幅显示ToolStripMenuItem.Name   = "全幅显示ToolStripMenuItem";
     this.全幅显示ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.全幅显示ToolStripMenuItem.Text   = "全幅显示";
     this.全幅显示ToolStripMenuItem.Click += new System.EventHandler(this.全幅显示ToolStripMenuItem_Click);
     //
     // 打印服务ToolStripMenuItem
     //
     this.打印服务ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripComboBox2,
         this.打印ToolStripMenuItem,
         this.打印预览ToolStripMenuItem,
         this.打印布局ToolStripMenuItem
     });
     this.打印服务ToolStripMenuItem.Name = "打印服务ToolStripMenuItem";
     this.打印服务ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
     this.打印服务ToolStripMenuItem.Text = "打印服务";
     //
     // toolStripComboBox2
     //
     this.toolStripComboBox2.Name = "toolStripComboBox2";
     this.toolStripComboBox2.Size = new System.Drawing.Size(121, 25);
     //
     // 打印ToolStripMenuItem
     //
     this.打印ToolStripMenuItem.Name   = "打印ToolStripMenuItem";
     this.打印ToolStripMenuItem.Size   = new System.Drawing.Size(181, 22);
     this.打印ToolStripMenuItem.Text   = "打印";
     this.打印ToolStripMenuItem.Click += new System.EventHandler(this.打印ToolStripMenuItem_Click);
     //
     // 打印预览ToolStripMenuItem
     //
     this.打印预览ToolStripMenuItem.Name   = "打印预览ToolStripMenuItem";
     this.打印预览ToolStripMenuItem.Size   = new System.Drawing.Size(181, 22);
     this.打印预览ToolStripMenuItem.Text   = "打印预览";
     this.打印预览ToolStripMenuItem.Click += new System.EventHandler(this.打印预览ToolStripMenuItem_Click);
     //
     // 打印布局ToolStripMenuItem
     //
     this.打印布局ToolStripMenuItem.Name   = "打印布局ToolStripMenuItem";
     this.打印布局ToolStripMenuItem.Size   = new System.Drawing.Size(181, 22);
     this.打印布局ToolStripMenuItem.Text   = "打印布局";
     this.打印布局ToolStripMenuItem.Click += new System.EventHandler(this.打印布局ToolStripMenuItem_Click);
     //
     // 绘制边框ToolStripMenuItem
     //
     this.绘制边框ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.添加标题ToolStripMenuItem,
         this.指南针ToolStripMenuItem,
         this.比例尺ToolStripMenuItem,
         this.图例ToolStripMenuItem,
         this.边框ToolStripMenuItem,
         this.添加影像ToolStripMenuItem,
         this.取消影像ToolStripMenuItem
     });
     this.绘制边框ToolStripMenuItem.Name = "绘制边框ToolStripMenuItem";
     this.绘制边框ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
     this.绘制边框ToolStripMenuItem.Text = "添加操作";
     //
     // 添加标题ToolStripMenuItem
     //
     this.添加标题ToolStripMenuItem.Name   = "添加标题ToolStripMenuItem";
     this.添加标题ToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.添加标题ToolStripMenuItem.Text   = "标题比例尺设定";
     this.添加标题ToolStripMenuItem.Click += new System.EventHandler(this.添加标题ToolStripMenuItem_Click);
     //
     // 指南针ToolStripMenuItem
     //
     this.指南针ToolStripMenuItem.Name   = "指南针ToolStripMenuItem";
     this.指南针ToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.指南针ToolStripMenuItem.Text   = "指南针";
     this.指南针ToolStripMenuItem.Click += new System.EventHandler(this.指南针ToolStripMenuItem_Click);
     //
     // 比例尺ToolStripMenuItem
     //
     this.比例尺ToolStripMenuItem.Name   = "比例尺ToolStripMenuItem";
     this.比例尺ToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.比例尺ToolStripMenuItem.Text   = "比例尺";
     this.比例尺ToolStripMenuItem.Click += new System.EventHandler(this.比例尺ToolStripMenuItem_Click);
     //
     // 图例ToolStripMenuItem
     //
     this.图例ToolStripMenuItem.Name   = "图例ToolStripMenuItem";
     this.图例ToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.图例ToolStripMenuItem.Text   = "图例";
     this.图例ToolStripMenuItem.Click += new System.EventHandler(this.图例ToolStripMenuItem_Click);
     //
     // 边框ToolStripMenuItem
     //
     this.边框ToolStripMenuItem.Name   = "边框ToolStripMenuItem";
     this.边框ToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.边框ToolStripMenuItem.Text   = "边框";
     this.边框ToolStripMenuItem.Click += new System.EventHandler(this.边框ToolStripMenuItem_Click);
     //
     // 添加影像ToolStripMenuItem
     //
     this.添加影像ToolStripMenuItem.Name   = "添加影像ToolStripMenuItem";
     this.添加影像ToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.添加影像ToolStripMenuItem.Text   = "添加影像";
     this.添加影像ToolStripMenuItem.Click += new System.EventHandler(this.添加影像ToolStripMenuItem_Click);
     //
     // 取消影像ToolStripMenuItem
     //
     this.取消影像ToolStripMenuItem.Name   = "取消影像ToolStripMenuItem";
     this.取消影像ToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     this.取消影像ToolStripMenuItem.Text   = "取消影像";
     this.取消影像ToolStripMenuItem.Click += new System.EventHandler(this.取消影像ToolStripMenuItem_Click);
     //
     // 输出pdfToolStripMenuItem
     //
     this.输出pdfToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.输出EMFToolStripMenuItem,
         this.输出EPSToolStripMenuItem,
         this.输出PNGToolStripMenuItem,
         this.输出BMPToolStripMenuItem,
         this.输出JPGToolStripMenuItem,
         this.输出PDFToolStripMenuItem1
     });
     this.输出pdfToolStripMenuItem.Name = "输出pdfToolStripMenuItem";
     this.输出pdfToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
     this.输出pdfToolStripMenuItem.Text = "输出";
     //
     // 输出EMFToolStripMenuItem
     //
     this.输出EMFToolStripMenuItem.Name   = "输出EMFToolStripMenuItem";
     this.输出EMFToolStripMenuItem.Size   = new System.Drawing.Size(127, 22);
     this.输出EMFToolStripMenuItem.Text   = "输出EMF";
     this.输出EMFToolStripMenuItem.Click += new System.EventHandler(this.输出EMFToolStripMenuItem_Click);
     //
     // 输出EPSToolStripMenuItem
     //
     this.输出EPSToolStripMenuItem.Name   = "输出EPSToolStripMenuItem";
     this.输出EPSToolStripMenuItem.Size   = new System.Drawing.Size(127, 22);
     this.输出EPSToolStripMenuItem.Text   = "输出EPS";
     this.输出EPSToolStripMenuItem.Click += new System.EventHandler(this.输出EPSToolStripMenuItem_Click);
     //
     // 输出PNGToolStripMenuItem
     //
     this.输出PNGToolStripMenuItem.Name   = "输出PNGToolStripMenuItem";
     this.输出PNGToolStripMenuItem.Size   = new System.Drawing.Size(127, 22);
     this.输出PNGToolStripMenuItem.Text   = "输出PNG";
     this.输出PNGToolStripMenuItem.Click += new System.EventHandler(this.输出PNGToolStripMenuItem_Click);
     //
     // 输出BMPToolStripMenuItem
     //
     this.输出BMPToolStripMenuItem.Name   = "输出BMPToolStripMenuItem";
     this.输出BMPToolStripMenuItem.Size   = new System.Drawing.Size(127, 22);
     this.输出BMPToolStripMenuItem.Text   = "输出BMP";
     this.输出BMPToolStripMenuItem.Click += new System.EventHandler(this.输出BMPToolStripMenuItem_Click);
     //
     // 输出JPGToolStripMenuItem
     //
     this.输出JPGToolStripMenuItem.Name   = "输出JPGToolStripMenuItem";
     this.输出JPGToolStripMenuItem.Size   = new System.Drawing.Size(127, 22);
     this.输出JPGToolStripMenuItem.Text   = "输出JPG";
     this.输出JPGToolStripMenuItem.Click += new System.EventHandler(this.输出JPGToolStripMenuItem_Click);
     //
     // 输出PDFToolStripMenuItem1
     //
     this.输出PDFToolStripMenuItem1.Name   = "输出PDFToolStripMenuItem1";
     this.输出PDFToolStripMenuItem1.Size   = new System.Drawing.Size(127, 22);
     this.输出PDFToolStripMenuItem1.Text   = "输出PDF";
     this.输出PDFToolStripMenuItem1.Click += new System.EventHandler(this.输出PDFToolStripMenuItem1_Click);
     //
     // comboBox3
     //
     this.comboBox3.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Location          = new System.Drawing.Point(315, 38);
     this.comboBox3.Name        = "comboBox3";
     this.comboBox3.Size        = new System.Drawing.Size(87, 20);
     this.comboBox3.TabIndex    = 17;
     this.comboBox3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.comboBox3_MouseClick);
     //
     // comboBox2
     //
     this.comboBox2.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(217, 38);
     this.comboBox2.Name                  = "comboBox2";
     this.comboBox2.Size                  = new System.Drawing.Size(87, 20);
     this.comboBox2.TabIndex              = 16;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "内蒙古自治区"
     });
     this.comboBox1.Location = new System.Drawing.Point(108, 38);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(93, 20);
     this.comboBox1.TabIndex = 15;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(13, 42);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(89, 12);
     this.label11.TabIndex = 14;
     this.label11.Text     = "所在省、市、县";
     //
     // gk061
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1013, 561);
     this.Controls.Add(this.comboBox3);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.mapLayoutControl1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "gk061";
     this.TabText       = "地图打印";
     this.Text          = "地图打印";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     SuperMap.Data.GeoStyle       geoStyle7    = new SuperMap.Data.GeoStyle();
     SuperMap.Data.GeoRegion      geoRegion3   = new SuperMap.Data.GeoRegion();
     SuperMap.Mapping.GridSetting gridSetting3 = new SuperMap.Mapping.GridSetting();
     SuperMap.Data.GeoStyle       geoStyle8    = new SuperMap.Data.GeoStyle();
     SuperMap.Data.GeoStyle       geoStyle9    = new SuperMap.Data.GeoStyle();
     SuperMap.Mapping.MapOverlapDisplayedOptions mapOverlapDisplayedOptions3 = new SuperMap.Mapping.MapOverlapDisplayedOptions();
     this.workspace1  = new SuperMap.Data.Workspace(this.components);
     this.map1        = new SuperMap.Mapping.Map(this.components);
     this.mapControl1 = new SuperMap.UI.MapControl();
     this.FullScreen  = new System.Windows.Forms.Button();
     this.btnZoomOut  = new System.Windows.Forms.Button();
     this.btnPan      = new System.Windows.Forms.Button();
     this.btnZoomIn   = new System.Windows.Forms.Button();
     this.地图编辑        = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // workspace1
     //
     this.workspace1.Caption     = "UntitledWorkspace";
     this.workspace1.Description = "";
     //
     // map1
     //
     geoStyle7.FillBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle7.FillBackOpaque           = true;
     geoStyle7.FillForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle7.FillGradientAngle        = 0D;
     geoStyle7.FillGradientMode         = SuperMap.Data.FillGradientMode.None;
     geoStyle7.FillGradientOffsetRatioX = 0;
     geoStyle7.FillGradientOffsetRatioY = 0;
     geoStyle7.FillOpaqueRate           = 100;
     geoStyle7.FillSymbolID             = 0;
     geoStyle7.LineColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     geoStyle7.LineSymbolID                                       = 0;
     geoStyle7.LineWidth                                          = 0.1D;
     geoStyle7.MarkerAngle                                        = 0D;
     geoStyle7.MarkerSymbolID                                     = 0;
     this.map1.BackgroundStyle                                    = geoStyle7;
     geoRegion3.ID                                                = 0;
     geoRegion3.Style                                             = null;
     this.map1.ClipRegion                                         = geoRegion3;
     this.map1.DPI                                                = 96D;
     geoStyle8.FillBackColor                                      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle8.FillBackOpaque                                     = true;
     geoStyle8.FillForeColor                                      = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(235)))), ((int)(((byte)(255)))));
     geoStyle8.FillGradientAngle                                  = 0D;
     geoStyle8.FillGradientMode                                   = SuperMap.Data.FillGradientMode.None;
     geoStyle8.FillGradientOffsetRatioX                           = 0;
     geoStyle8.FillGradientOffsetRatioY                           = 0;
     geoStyle8.FillOpaqueRate                                     = 100;
     geoStyle8.FillSymbolID                                       = 0;
     geoStyle8.LineColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     geoStyle8.LineSymbolID                                       = 2;
     geoStyle8.LineWidth                                          = 0.1D;
     geoStyle8.MarkerAngle                                        = 0D;
     geoStyle8.MarkerSymbolID                                     = 0;
     gridSetting3.DashStyle                                       = geoStyle8;
     gridSetting3.HorizontalSpacing                               = 0D;
     gridSetting3.IsSizeFixed                                     = false;
     gridSetting3.IsSnapable                                      = false;
     gridSetting3.IsVisible                                       = false;
     geoStyle9.FillBackColor                                      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     geoStyle9.FillBackOpaque                                     = true;
     geoStyle9.FillForeColor                                      = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(235)))), ((int)(((byte)(255)))));
     geoStyle9.FillGradientAngle                                  = 0D;
     geoStyle9.FillGradientMode                                   = SuperMap.Data.FillGradientMode.None;
     geoStyle9.FillGradientOffsetRatioX                           = 0;
     geoStyle9.FillGradientOffsetRatioY                           = 0;
     geoStyle9.FillOpaqueRate                                     = 100;
     geoStyle9.FillSymbolID                                       = 0;
     geoStyle9.LineColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     geoStyle9.LineSymbolID                                       = 0;
     geoStyle9.LineWidth                                          = 0.1D;
     geoStyle9.MarkerAngle                                        = 0D;
     geoStyle9.MarkerSymbolID                                     = 0;
     gridSetting3.SolidStyle                                      = geoStyle9;
     gridSetting3.Type                                            = SuperMap.Mapping.GridType.Point;
     gridSetting3.VerticalSpacing                                 = 0D;
     this.map1.Grid                                               = gridSetting3;
     this.map1.IsCustomBoundsEnabled                              = false;
     this.map1.IsDisableDynamicEffect                             = false;
     this.map1.IsFillMarkerAngleFixed                             = true;
     this.map1.IsModified                                         = true;
     this.map1.IsOrthographView                                   = false;
     this.map1.IsOverlapDisplayed                                 = false;
     this.map1.IsSymbolFillIgnored                                = false;
     this.map1.IsVisibleScalesEnabled                             = false;
     this.map1.MaxScale                                           = 1000000000000D;
     this.map1.MaxVisibleVertex                                   = 3600000;
     this.map1.MinScale                                           = 0D;
     this.map1.Name                                               = "UntitledMap";
     mapOverlapDisplayedOptions3.AllowPointOverlap                = true;
     mapOverlapDisplayedOptions3.AllowPointWithTextDisplay        = true;
     mapOverlapDisplayedOptions3.AllowTextAndPointOverlap         = true;
     mapOverlapDisplayedOptions3.AllowTextOverlap                 = false;
     mapOverlapDisplayedOptions3.AllowThemeGraduatedSymbolOverlap = false;
     mapOverlapDisplayedOptions3.AllowThemeGraphOverlap           = false;
     this.map1.OverlapDisplayedOptions                            = mapOverlapDisplayedOptions3;
     this.map1.Resources                                          = null;
     this.map1.UseSystemDPI                                       = true;
     this.map1.VisibleScales                                      = new double[0];
     //
     // mapControl1
     //
     this.mapControl1.Action              = SuperMap.UI.Action.Select2;
     this.mapControl1.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.mapControl1.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mapControl1.InteractionMode     = SuperMap.UI.InteractionMode.Default;
     this.mapControl1.IsCursorCustomized  = false;
     this.mapControl1.IsWaitCursorEnabled = true;
     this.mapControl1.Location            = new System.Drawing.Point(1, 31);
     this.mapControl1.Margin              = new System.Windows.Forms.Padding(48, 22, 48, 22);
     this.mapControl1.MarginPanEnabled    = true;
     this.mapControl1.MarginPanPercent    = 0.5D;
     this.mapControl1.Name                     = "mapControl1";
     this.mapControl1.RefreshAtTracked         = true;
     this.mapControl1.RefreshInInvalidArea     = false;
     this.mapControl1.RollingWheelWithoutDelay = false;
     this.mapControl1.SelectionMode            = SuperMap.UI.SelectionMode.ContainInnerPoint;
     this.mapControl1.SelectionPixelTolerance  = 1;
     this.mapControl1.Size                     = new System.Drawing.Size(1228, 536);
     this.mapControl1.TabIndex                 = 0;
     this.mapControl1.TrackMode                = SuperMap.UI.TrackMode.Edit;
     //
     // FullScreen
     //
     this.FullScreen.Image    = global::gkfqd.Properties.Resources.MapEntire;
     this.FullScreen.Location = new System.Drawing.Point(1, 4);
     this.FullScreen.Name     = "FullScreen";
     this.FullScreen.Size     = new System.Drawing.Size(27, 22);
     this.FullScreen.TabIndex = 1;
     this.FullScreen.UseVisualStyleBackColor = true;
     this.FullScreen.Click += new System.EventHandler(this.FullScreen_Click);
     //
     // btnZoomOut
     //
     this.btnZoomOut.Image    = global::gkfqd.Properties.Resources.MapZoomOut;
     this.btnZoomOut.Location = new System.Drawing.Point(46, 4);
     this.btnZoomOut.Name     = "btnZoomOut";
     this.btnZoomOut.Size     = new System.Drawing.Size(27, 22);
     this.btnZoomOut.TabIndex = 2;
     this.btnZoomOut.UseVisualStyleBackColor = true;
     this.btnZoomOut.Click += new System.EventHandler(this.btnZoomOut_Click);
     //
     // btnPan
     //
     this.btnPan.Image    = global::gkfqd.Properties.Resources.MapPan;
     this.btnPan.Location = new System.Drawing.Point(91, 4);
     this.btnPan.Name     = "btnPan";
     this.btnPan.Size     = new System.Drawing.Size(27, 22);
     this.btnPan.TabIndex = 3;
     this.btnPan.UseVisualStyleBackColor = true;
     this.btnPan.Click += new System.EventHandler(this.btnPan_Click);
     //
     // btnZoomIn
     //
     this.btnZoomIn.Image    = global::gkfqd.Properties.Resources.MapZoomIn;
     this.btnZoomIn.Location = new System.Drawing.Point(136, 4);
     this.btnZoomIn.Name     = "btnZoomIn";
     this.btnZoomIn.Size     = new System.Drawing.Size(27, 22);
     this.btnZoomIn.TabIndex = 4;
     this.btnZoomIn.UseVisualStyleBackColor = true;
     this.btnZoomIn.Click += new System.EventHandler(this.btnZoomIn_Click);
     //
     // 地图编辑
     //
     this.地图编辑.Location = new System.Drawing.Point(181, 4);
     this.地图编辑.Name     = "地图编辑";
     this.地图编辑.Size     = new System.Drawing.Size(75, 23);
     this.地图编辑.TabIndex = 5;
     this.地图编辑.Text     = "地图编辑";
     this.地图编辑.UseVisualStyleBackColor = true;
     //
     // gk026
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1230, 568);
     this.Controls.Add(this.地图编辑);
     this.Controls.Add(this.btnZoomIn);
     this.Controls.Add(this.btnPan);
     this.Controls.Add(this.btnZoomOut);
     this.Controls.Add(this.FullScreen);
     this.Controls.Add(this.mapControl1);
     this.Name    = "gk026";
     this.TabText = "地图";
     this.Text    = "地图";
     this.Load   += new System.EventHandler(this.gk026_Load);
     this.ResumeLayout(false);
 }