工具箱相关
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

Hierak.Designer.cs 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 
  2. namespace HCTools
  3. {
  4. partial class Hierak
  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_CrtLayer = new System.Windows.Forms.ComboBox();
  30. this.label_CrtLayer = new System.Windows.Forms.Label();
  31. this.textBox_Gap = new System.Windows.Forms.TextBox();
  32. this.label_Gap = 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_CrtLayer
  38. //
  39. this.comboBox_CrtLayer.BackColor = System.Drawing.SystemColors.Window;
  40. this.comboBox_CrtLayer.FormattingEnabled = true;
  41. this.comboBox_CrtLayer.Location = new System.Drawing.Point(204, 40);
  42. this.comboBox_CrtLayer.Name = "comboBox_CrtLayer";
  43. this.comboBox_CrtLayer.Size = new System.Drawing.Size(169, 23);
  44. this.comboBox_CrtLayer.TabIndex = 7;
  45. //
  46. // label_CrtLayer
  47. //
  48. this.label_CrtLayer.AutoSize = true;
  49. this.label_CrtLayer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.label_CrtLayer.Location = new System.Drawing.Point(75, 43);
  51. this.label_CrtLayer.Name = "label_CrtLayer";
  52. this.label_CrtLayer.Size = new System.Drawing.Size(112, 15);
  53. this.label_CrtLayer.TabIndex = 6;
  54. this.label_CrtLayer.Text = "等高线所在图层";
  55. //
  56. // textBox_Gap
  57. //
  58. this.textBox_Gap.Location = new System.Drawing.Point(204, 97);
  59. this.textBox_Gap.Name = "textBox_Gap";
  60. this.textBox_Gap.Size = new System.Drawing.Size(169, 25);
  61. this.textBox_Gap.TabIndex = 5;
  62. //
  63. // label_Gap
  64. //
  65. this.label_Gap.AutoSize = true;
  66. this.label_Gap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label_Gap.Location = new System.Drawing.Point(135, 100);
  68. this.label_Gap.Name = "label_Gap";
  69. this.label_Gap.Size = new System.Drawing.Size(52, 15);
  70. this.label_Gap.TabIndex = 4;
  71. this.label_Gap.Text = "等高距";
  72. //
  73. // btn_Cancel
  74. //
  75. this.btn_Cancel.Location = new System.Drawing.Point(283, 149);
  76. this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4);
  77. this.btn_Cancel.Name = "btn_Cancel";
  78. this.btn_Cancel.Size = new System.Drawing.Size(100, 29);
  79. this.btn_Cancel.TabIndex = 34;
  80. this.btn_Cancel.Text = "取 消";
  81. this.btn_Cancel.UseVisualStyleBackColor = true;
  82. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  83. //
  84. // btn_OK
  85. //
  86. this.btn_OK.Location = new System.Drawing.Point(117, 149);
  87. this.btn_OK.Margin = new System.Windows.Forms.Padding(4);
  88. this.btn_OK.Name = "btn_OK";
  89. this.btn_OK.Size = new System.Drawing.Size(100, 29);
  90. this.btn_OK.TabIndex = 33;
  91. this.btn_OK.Text = "确 定";
  92. this.btn_OK.UseVisualStyleBackColor = true;
  93. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  94. //
  95. // Hierak
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.ClientSize = new System.Drawing.Size(500, 219);
  100. this.Controls.Add(this.btn_Cancel);
  101. this.Controls.Add(this.btn_OK);
  102. this.Controls.Add(this.comboBox_CrtLayer);
  103. this.Controls.Add(this.label_CrtLayer);
  104. this.Controls.Add(this.textBox_Gap);
  105. this.Controls.Add(this.label_Gap);
  106. this.Name = "Hierak";
  107. this.Text = "等高线分层";
  108. this.Load += new System.EventHandler(this.Hierak_Load);
  109. this.ResumeLayout(false);
  110. this.PerformLayout();
  111. }
  112. #endregion
  113. private System.Windows.Forms.ComboBox comboBox_CrtLayer;
  114. private System.Windows.Forms.Label label_CrtLayer;
  115. private System.Windows.Forms.TextBox textBox_Gap;
  116. private System.Windows.Forms.Label label_Gap;
  117. private System.Windows.Forms.Button btn_Cancel;
  118. private System.Windows.Forms.Button btn_OK;
  119. }
  120. }