工具箱相关
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.

Form1.Designer.cs 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. 
  2. namespace CutDGX
  3. {
  4. partial class Form1
  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 Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.comboBox_jqx = new System.Windows.Forms.ComboBox();
  34. this.comboBox_sqx = new System.Windows.Forms.ComboBox();
  35. this.textBox_cj = new System.Windows.Forms.TextBox();
  36. this.textBox_ignore = new System.Windows.Forms.TextBox();
  37. this.button_ok = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // label1
  41. //
  42. this.label1.AutoSize = true;
  43. this.label1.Location = new System.Drawing.Point(64, 48);
  44. this.label1.Name = "label1";
  45. this.label1.Size = new System.Drawing.Size(97, 15);
  46. this.label1.TabIndex = 0;
  47. this.label1.Text = "计曲线图层:";
  48. //
  49. // label2
  50. //
  51. this.label2.AutoSize = true;
  52. this.label2.Location = new System.Drawing.Point(67, 114);
  53. this.label2.Name = "label2";
  54. this.label2.Size = new System.Drawing.Size(97, 15);
  55. this.label2.TabIndex = 1;
  56. this.label2.Text = "首曲线图层:";
  57. //
  58. // label3
  59. //
  60. this.label3.AutoSize = true;
  61. this.label3.Location = new System.Drawing.Point(371, 48);
  62. this.label3.Name = "label3";
  63. this.label3.Size = new System.Drawing.Size(82, 15);
  64. this.label3.TabIndex = 2;
  65. this.label3.Text = "裁剪宽度:";
  66. //
  67. // label4
  68. //
  69. this.label4.AutoSize = true;
  70. this.label4.Location = new System.Drawing.Point(359, 119);
  71. this.label4.Name = "label4";
  72. this.label4.Size = new System.Drawing.Size(97, 15);
  73. this.label4.TabIndex = 3;
  74. this.label4.Text = "可忽略阈值:";
  75. //
  76. // comboBox_jqx
  77. //
  78. this.comboBox_jqx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  79. this.comboBox_jqx.FormattingEnabled = true;
  80. this.comboBox_jqx.Location = new System.Drawing.Point(170, 45);
  81. this.comboBox_jqx.Name = "comboBox_jqx";
  82. this.comboBox_jqx.Size = new System.Drawing.Size(141, 23);
  83. this.comboBox_jqx.TabIndex = 4;
  84. //
  85. // comboBox_sqx
  86. //
  87. this.comboBox_sqx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  88. this.comboBox_sqx.FormattingEnabled = true;
  89. this.comboBox_sqx.Location = new System.Drawing.Point(173, 111);
  90. this.comboBox_sqx.Name = "comboBox_sqx";
  91. this.comboBox_sqx.Size = new System.Drawing.Size(141, 23);
  92. this.comboBox_sqx.TabIndex = 5;
  93. //
  94. // textBox_cj
  95. //
  96. this.textBox_cj.Location = new System.Drawing.Point(462, 45);
  97. this.textBox_cj.Name = "textBox_cj";
  98. this.textBox_cj.Size = new System.Drawing.Size(100, 25);
  99. this.textBox_cj.TabIndex = 6;
  100. //
  101. // textBox_ignore
  102. //
  103. this.textBox_ignore.Location = new System.Drawing.Point(462, 109);
  104. this.textBox_ignore.Name = "textBox_ignore";
  105. this.textBox_ignore.Size = new System.Drawing.Size(100, 25);
  106. this.textBox_ignore.TabIndex = 7;
  107. //
  108. // button_ok
  109. //
  110. this.button_ok.Location = new System.Drawing.Point(290, 169);
  111. this.button_ok.Name = "button_ok";
  112. this.button_ok.Size = new System.Drawing.Size(75, 33);
  113. this.button_ok.TabIndex = 10;
  114. this.button_ok.Text = "确 定";
  115. this.button_ok.UseVisualStyleBackColor = true;
  116. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  117. //
  118. // Form1
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.ClientSize = new System.Drawing.Size(664, 228);
  123. this.Controls.Add(this.button_ok);
  124. this.Controls.Add(this.textBox_ignore);
  125. this.Controls.Add(this.textBox_cj);
  126. this.Controls.Add(this.comboBox_sqx);
  127. this.Controls.Add(this.comboBox_jqx);
  128. this.Controls.Add(this.label4);
  129. this.Controls.Add(this.label3);
  130. this.Controls.Add(this.label2);
  131. this.Controls.Add(this.label1);
  132. this.Name = "Form1";
  133. this.Text = "等高线裁剪";
  134. this.Load += new System.EventHandler(this.Form1_Load);
  135. this.ResumeLayout(false);
  136. this.PerformLayout();
  137. }
  138. #endregion
  139. private System.Windows.Forms.Label label1;
  140. private System.Windows.Forms.Label label2;
  141. private System.Windows.Forms.Label label3;
  142. private System.Windows.Forms.Label label4;
  143. private System.Windows.Forms.ComboBox comboBox_jqx;
  144. private System.Windows.Forms.ComboBox comboBox_sqx;
  145. private System.Windows.Forms.TextBox textBox_cj;
  146. private System.Windows.Forms.TextBox textBox_ignore;
  147. private System.Windows.Forms.Button button_ok;
  148. }
  149. }