UserControl1.Designer.cs 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. namespace XdCxRhDW.Sender
  2. {
  3. partial class UserControl1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.mapControl1 = new DevExpress.XtraMap.MapControl();
  29. this.wmsDataProvider1 = new DevExpress.XtraMap.WmsDataProvider();
  30. this.imageLayer1 = new DevExpress.XtraMap.ImageLayer();
  31. ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // mapControl1
  35. //
  36. this.mapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  37. this.mapControl1.Layers.Add(this.imageLayer1);
  38. this.mapControl1.Location = new System.Drawing.Point(0, 0);
  39. this.mapControl1.Name = "mapControl1";
  40. this.mapControl1.Size = new System.Drawing.Size(750, 354);
  41. this.mapControl1.TabIndex = 0;
  42. this.imageLayer1.DataProvider = this.wmsDataProvider1;
  43. //
  44. // UserControl1
  45. //
  46. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  47. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  48. this.Controls.Add(this.mapControl1);
  49. this.Name = "UserControl1";
  50. this.Size = new System.Drawing.Size(750, 354);
  51. ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
  52. this.ResumeLayout(false);
  53. }
  54. #endregion
  55. private DevExpress.XtraMap.MapControl mapControl1;
  56. private DevExpress.XtraMap.ImageLayer imageLayer1;
  57. private DevExpress.XtraMap.WmsDataProvider wmsDataProvider1;
  58. }
  59. }