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

Dgxinterpl.Designer.cs 3.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. 
  2. namespace HCTools
  3. {
  4. partial class Dgxinterpl
  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.label1 = new System.Windows.Forms.Label();
  30. this.textBox_dgj = new System.Windows.Forms.TextBox();
  31. this.button_ok = new System.Windows.Forms.Button();
  32. this.button_cancel = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // label1
  36. //
  37. this.label1.AutoSize = true;
  38. this.label1.Location = new System.Drawing.Point(55, 44);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(67, 15);
  41. this.label1.TabIndex = 0;
  42. this.label1.Text = "等高距:";
  43. //
  44. // textBox_dgj
  45. //
  46. this.textBox_dgj.Location = new System.Drawing.Point(139, 41);
  47. this.textBox_dgj.Name = "textBox_dgj";
  48. this.textBox_dgj.Size = new System.Drawing.Size(157, 25);
  49. this.textBox_dgj.TabIndex = 1;
  50. //
  51. // button_ok
  52. //
  53. this.button_ok.Location = new System.Drawing.Point(47, 84);
  54. this.button_ok.Name = "button_ok";
  55. this.button_ok.Size = new System.Drawing.Size(75, 34);
  56. this.button_ok.TabIndex = 2;
  57. this.button_ok.Text = "确 定";
  58. this.button_ok.UseVisualStyleBackColor = true;
  59. this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
  60. //
  61. // button_cancel
  62. //
  63. this.button_cancel.Location = new System.Drawing.Point(256, 84);
  64. this.button_cancel.Name = "button_cancel";
  65. this.button_cancel.Size = new System.Drawing.Size(75, 34);
  66. this.button_cancel.TabIndex = 3;
  67. this.button_cancel.Text = "取 消";
  68. this.button_cancel.UseVisualStyleBackColor = true;
  69. this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
  70. //
  71. // Dgxinterpl
  72. //
  73. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  74. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  75. this.ClientSize = new System.Drawing.Size(375, 145);
  76. this.Controls.Add(this.button_cancel);
  77. this.Controls.Add(this.button_ok);
  78. this.Controls.Add(this.textBox_dgj);
  79. this.Controls.Add(this.label1);
  80. this.Name = "Dgxinterpl";
  81. this.Text = "Dgxinterpl";
  82. this.ResumeLayout(false);
  83. this.PerformLayout();
  84. }
  85. #endregion
  86. private System.Windows.Forms.Label label1;
  87. private System.Windows.Forms.TextBox textBox_dgj;
  88. private System.Windows.Forms.Button button_ok;
  89. private System.Windows.Forms.Button button_cancel;
  90. }
  91. }