工具箱相关
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

EleRd.Designer.cs 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. 
  2. namespace HCTools
  3. {
  4. partial class EleRd
  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 Windows Form 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.comboBox_sqx = new System.Windows.Forms.ComboBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.comboBox_jqx = new System.Windows.Forms.ComboBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.btn_Cancel = new System.Windows.Forms.Button();
  34. this.btn_OK = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // comboBox_sqx
  38. //
  39. this.comboBox_sqx.FormattingEnabled = true;
  40. this.comboBox_sqx.Location = new System.Drawing.Point(155, 80);
  41. this.comboBox_sqx.Name = "comboBox_sqx";
  42. this.comboBox_sqx.Size = new System.Drawing.Size(160, 23);
  43. this.comboBox_sqx.TabIndex = 67;
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Location = new System.Drawing.Point(52, 83);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(97, 15);
  51. this.label1.TabIndex = 66;
  52. this.label1.Text = "首曲线图层:";
  53. //
  54. // comboBox_jqx
  55. //
  56. this.comboBox_jqx.FormattingEnabled = true;
  57. this.comboBox_jqx.Location = new System.Drawing.Point(155, 34);
  58. this.comboBox_jqx.Name = "comboBox_jqx";
  59. this.comboBox_jqx.Size = new System.Drawing.Size(160, 23);
  60. this.comboBox_jqx.TabIndex = 65;
  61. //
  62. // label2
  63. //
  64. this.label2.AutoSize = true;
  65. this.label2.Location = new System.Drawing.Point(52, 37);
  66. this.label2.Name = "label2";
  67. this.label2.Size = new System.Drawing.Size(97, 15);
  68. this.label2.TabIndex = 64;
  69. this.label2.Text = "计曲线图层:";
  70. //
  71. // btn_Cancel
  72. //
  73. this.btn_Cancel.Location = new System.Drawing.Point(215, 124);
  74. this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4);
  75. this.btn_Cancel.Name = "btn_Cancel";
  76. this.btn_Cancel.Size = new System.Drawing.Size(100, 29);
  77. this.btn_Cancel.TabIndex = 63;
  78. this.btn_Cancel.Text = "取 消";
  79. this.btn_Cancel.UseVisualStyleBackColor = true;
  80. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  81. //
  82. // btn_OK
  83. //
  84. this.btn_OK.Location = new System.Drawing.Point(52, 124);
  85. this.btn_OK.Margin = new System.Windows.Forms.Padding(4);
  86. this.btn_OK.Name = "btn_OK";
  87. this.btn_OK.Size = new System.Drawing.Size(100, 29);
  88. this.btn_OK.TabIndex = 62;
  89. this.btn_OK.Text = "确 定";
  90. this.btn_OK.UseVisualStyleBackColor = true;
  91. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  92. //
  93. // EleRd
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.ClientSize = new System.Drawing.Size(380, 184);
  98. this.Controls.Add(this.comboBox_sqx);
  99. this.Controls.Add(this.label1);
  100. this.Controls.Add(this.comboBox_jqx);
  101. this.Controls.Add(this.label2);
  102. this.Controls.Add(this.btn_Cancel);
  103. this.Controls.Add(this.btn_OK);
  104. this.Name = "EleRd";
  105. this.Text = "等高线高程取整";
  106. this.Load += new System.EventHandler(this.EleRd_Load);
  107. this.ResumeLayout(false);
  108. this.PerformLayout();
  109. }
  110. #endregion
  111. private System.Windows.Forms.ComboBox comboBox_sqx;
  112. private System.Windows.Forms.Label label1;
  113. private System.Windows.Forms.ComboBox comboBox_jqx;
  114. private System.Windows.Forms.Label label2;
  115. private System.Windows.Forms.Button btn_Cancel;
  116. private System.Windows.Forms.Button btn_OK;
  117. }
  118. }