HuanChong.Designer.cs 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. namespace WWPipeLine.MapTools.Conditions.AnalystToolBar
  2. {
  3. partial class HuanChong
  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.uitbBanjing = new Sunny.UI.UITextBox();
  29. this.uiLabel1 = new Sunny.UI.UILabel();
  30. this.uiButton1 = new Sunny.UI.UIButton();
  31. this.SuspendLayout();
  32. //
  33. // uitbBanjing
  34. //
  35. this.uitbBanjing.Cursor = System.Windows.Forms.Cursors.IBeam;
  36. this.uitbBanjing.DoubleValue = 2D;
  37. this.uitbBanjing.FillColor = System.Drawing.Color.White;
  38. this.uitbBanjing.Font = new System.Drawing.Font("微软雅黑", 12F);
  39. this.uitbBanjing.IntValue = 2;
  40. this.uitbBanjing.Location = new System.Drawing.Point(125, 25);
  41. this.uitbBanjing.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  42. this.uitbBanjing.Maximum = 2147483647D;
  43. this.uitbBanjing.Minimum = -2147483648D;
  44. this.uitbBanjing.MinimumSize = new System.Drawing.Size(1, 1);
  45. this.uitbBanjing.Name = "uitbBanjing";
  46. this.uitbBanjing.Size = new System.Drawing.Size(124, 29);
  47. this.uitbBanjing.TabIndex = 3;
  48. this.uitbBanjing.Text = "2";
  49. this.uitbBanjing.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  50. this.uitbBanjing.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uitbBanjing_KeyPress);
  51. //
  52. // uiLabel1
  53. //
  54. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  55. this.uiLabel1.Location = new System.Drawing.Point(18, 25);
  56. this.uiLabel1.Name = "uiLabel1";
  57. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  58. this.uiLabel1.TabIndex = 2;
  59. this.uiLabel1.Text = "分析半径(M):";
  60. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  61. //
  62. // uiButton1
  63. //
  64. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  65. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  66. this.uiButton1.Location = new System.Drawing.Point(279, 19);
  67. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  68. this.uiButton1.Name = "uiButton1";
  69. this.uiButton1.Size = new System.Drawing.Size(122, 35);
  70. this.uiButton1.TabIndex = 5;
  71. this.uiButton1.Text = "生成分析范围";
  72. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  73. //
  74. // HuanChong
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.Controls.Add(this.uiButton1);
  79. this.Controls.Add(this.uitbBanjing);
  80. this.Controls.Add(this.uiLabel1);
  81. this.Name = "HuanChong";
  82. this.Size = new System.Drawing.Size(431, 278);
  83. this.ResumeLayout(false);
  84. }
  85. #endregion
  86. private Sunny.UI.UITextBox uitbBanjing;
  87. private Sunny.UI.UILabel uiLabel1;
  88. private Sunny.UI.UIButton uiButton1;
  89. }
  90. }