CtrlDto.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. 
  2. namespace CG.App.UserControl
  3. {
  4. partial class CtrlDto
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Component Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.mapControl1 = new DevExpress.XtraMap.MapControl();
  30. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  31. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  32. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  33. this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
  34. ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  36. this.layoutControl1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // mapControl1
  43. //
  44. this.mapControl1.Location = new System.Drawing.Point(12, 12);
  45. this.mapControl1.Name = "mapControl1";
  46. this.mapControl1.Size = new System.Drawing.Size(553, 377);
  47. this.mapControl1.TabIndex = 2;
  48. //
  49. // layoutControl1
  50. //
  51. this.layoutControl1.Controls.Add(this.mapControl1);
  52. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  54. this.layoutControl1.Name = "layoutControl1";
  55. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(973, 124, 650, 400);
  56. this.layoutControl1.Root = this.Root;
  57. this.layoutControl1.Size = new System.Drawing.Size(577, 413);
  58. this.layoutControl1.TabIndex = 3;
  59. this.layoutControl1.Text = "layoutControl1";
  60. //
  61. // Root
  62. //
  63. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  64. this.Root.GroupBordersVisible = false;
  65. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  66. this.layoutControlItem1,
  67. this.splitterItem1});
  68. this.Root.Name = "Root";
  69. this.Root.Size = new System.Drawing.Size(577, 413);
  70. this.Root.TextVisible = false;
  71. //
  72. // layoutControlItem1
  73. //
  74. this.layoutControlItem1.Control = this.mapControl1;
  75. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  76. this.layoutControlItem1.Name = "layoutControlItem1";
  77. this.layoutControlItem1.Size = new System.Drawing.Size(557, 381);
  78. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  79. this.layoutControlItem1.TextVisible = false;
  80. //
  81. // splitterItem1
  82. //
  83. this.splitterItem1.AllowHotTrack = true;
  84. this.splitterItem1.Location = new System.Drawing.Point(0, 381);
  85. this.splitterItem1.Name = "splitterItem1";
  86. this.splitterItem1.Size = new System.Drawing.Size(557, 12);
  87. //
  88. // CtrlDto
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.Controls.Add(this.layoutControl1);
  93. this.Name = "CtrlDto";
  94. this.Size = new System.Drawing.Size(577, 413);
  95. this.Load += new System.EventHandler(this.CtrlDto_Load);
  96. ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  98. this.layoutControl1.ResumeLayout(false);
  99. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
  102. this.ResumeLayout(false);
  103. }
  104. #endregion
  105. private DevExpress.XtraMap.MapControl mapControl1;
  106. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  107. private DevExpress.XtraLayout.LayoutControlGroup Root;
  108. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  109. private DevExpress.XtraLayout.SplitterItem splitterItem1;
  110. }
  111. }