GXStatistics.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. 
  2. namespace WWPipeLine.MapTools.Conditions.Statistics
  3. {
  4. partial class GXStatistics
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.uiGroupBoxtjtc = new Sunny.UI.UIGroupBox();
  30. this.rbgGXSX = new Sunny.UI.UIRadioButtonGroup();
  31. this.rbgCDSL = new Sunny.UI.UIRadioButtonGroup();
  32. this.uiGroupBoxtjtc.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // uiGroupBoxtjtc
  36. //
  37. this.uiGroupBoxtjtc.Controls.Add(this.rbgCDSL);
  38. this.uiGroupBoxtjtc.Controls.Add(this.rbgGXSX);
  39. this.uiGroupBoxtjtc.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.uiGroupBoxtjtc.Font = new System.Drawing.Font("微软雅黑", 12F);
  41. this.uiGroupBoxtjtc.Location = new System.Drawing.Point(0, 0);
  42. this.uiGroupBoxtjtc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  43. this.uiGroupBoxtjtc.MinimumSize = new System.Drawing.Size(1, 1);
  44. this.uiGroupBoxtjtc.Name = "uiGroupBoxtjtc";
  45. this.uiGroupBoxtjtc.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  46. this.uiGroupBoxtjtc.Size = new System.Drawing.Size(513, 297);
  47. this.uiGroupBoxtjtc.TabIndex = 0;
  48. this.uiGroupBoxtjtc.Text = "统计图层";
  49. this.uiGroupBoxtjtc.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  50. //
  51. // rbgGXSX
  52. //
  53. this.rbgGXSX.Font = new System.Drawing.Font("微软雅黑", 12F);
  54. this.rbgGXSX.Items.AddRange(new object[] {
  55. "全部",
  56. "材质",
  57. "管径",
  58. "地址描述",
  59. "埋设日期"});
  60. this.rbgGXSX.Location = new System.Drawing.Point(53, 47);
  61. this.rbgGXSX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  62. this.rbgGXSX.MinimumSize = new System.Drawing.Size(1, 1);
  63. this.rbgGXSX.Name = "rbgGXSX";
  64. this.rbgGXSX.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  65. this.rbgGXSX.Size = new System.Drawing.Size(166, 212);
  66. this.rbgGXSX.TabIndex = 0;
  67. this.rbgGXSX.Text = "管线属性";
  68. this.rbgGXSX.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  69. //
  70. // rbgCDSL
  71. //
  72. this.rbgCDSL.Font = new System.Drawing.Font("微软雅黑", 12F);
  73. this.rbgCDSL.Items.AddRange(new object[] {
  74. "长度",
  75. "数量"});
  76. this.rbgCDSL.Location = new System.Drawing.Point(254, 57);
  77. this.rbgCDSL.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  78. this.rbgCDSL.MinimumSize = new System.Drawing.Size(1, 1);
  79. this.rbgCDSL.Name = "rbgCDSL";
  80. this.rbgCDSL.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  81. this.rbgCDSL.Size = new System.Drawing.Size(96, 175);
  82. this.rbgCDSL.TabIndex = 1;
  83. this.rbgCDSL.Text = "查询目标";
  84. this.rbgCDSL.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  85. //
  86. // GXCZStatistics
  87. //
  88. this.Controls.Add(this.uiGroupBoxtjtc);
  89. this.Name = "GXCZStatistics";
  90. this.Size = new System.Drawing.Size(513, 297);
  91. this.uiGroupBoxtjtc.ResumeLayout(false);
  92. this.ResumeLayout(false);
  93. }
  94. #endregion
  95. private Sunny.UI.UIGroupBox uiGroupBoxtjtc;
  96. private Sunny.UI.UIRadioButtonGroup rbgGXSX;
  97. private Sunny.UI.UIRadioButtonGroup rbgCDSL;
  98. }
  99. }