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

DGXGeneral.Designer.cs 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. 
  2. namespace HCTools
  3. {
  4. partial class DGXGeneral
  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.checkedListBox_dgxtc = new System.Windows.Forms.CheckedListBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.comboBox_dgj = new System.Windows.Forms.ComboBox();
  33. this.butn_ok = new System.Windows.Forms.Button();
  34. this.butn_cancel = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // checkedListBox_dgxtc
  38. //
  39. this.checkedListBox_dgxtc.FormattingEnabled = true;
  40. this.checkedListBox_dgxtc.Location = new System.Drawing.Point(44, 102);
  41. this.checkedListBox_dgxtc.Name = "checkedListBox_dgxtc";
  42. this.checkedListBox_dgxtc.Size = new System.Drawing.Size(235, 264);
  43. this.checkedListBox_dgxtc.TabIndex = 0;
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Location = new System.Drawing.Point(25, 35);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(112, 15);
  51. this.label1.TabIndex = 1;
  52. this.label1.Text = "转换后等高距:";
  53. //
  54. // label2
  55. //
  56. this.label2.AutoSize = true;
  57. this.label2.Location = new System.Drawing.Point(25, 75);
  58. this.label2.Name = "label2";
  59. this.label2.Size = new System.Drawing.Size(127, 15);
  60. this.label2.TabIndex = 2;
  61. this.label2.Text = "选择等高线图层:";
  62. //
  63. // comboBox_dgj
  64. //
  65. this.comboBox_dgj.FormattingEnabled = true;
  66. this.comboBox_dgj.Items.AddRange(new object[] {
  67. "0.5",
  68. "1",
  69. "2",
  70. "2.5",
  71. "5",
  72. "10",
  73. "20",
  74. "40",
  75. "50"});
  76. this.comboBox_dgj.Location = new System.Drawing.Point(134, 32);
  77. this.comboBox_dgj.Name = "comboBox_dgj";
  78. this.comboBox_dgj.Size = new System.Drawing.Size(155, 23);
  79. this.comboBox_dgj.TabIndex = 3;
  80. //
  81. // butn_ok
  82. //
  83. this.butn_ok.Location = new System.Drawing.Point(28, 389);
  84. this.butn_ok.Name = "butn_ok";
  85. this.butn_ok.Size = new System.Drawing.Size(75, 23);
  86. this.butn_ok.TabIndex = 4;
  87. this.butn_ok.Text = "确 定";
  88. this.butn_ok.UseVisualStyleBackColor = true;
  89. this.butn_ok.Click += new System.EventHandler(this.butn_ok_Click);
  90. //
  91. // butn_cancel
  92. //
  93. this.butn_cancel.Location = new System.Drawing.Point(214, 389);
  94. this.butn_cancel.Name = "butn_cancel";
  95. this.butn_cancel.Size = new System.Drawing.Size(75, 23);
  96. this.butn_cancel.TabIndex = 5;
  97. this.butn_cancel.Text = "取 消";
  98. this.butn_cancel.UseVisualStyleBackColor = true;
  99. //
  100. // DGXGeneral
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.ClientSize = new System.Drawing.Size(338, 424);
  105. this.Controls.Add(this.butn_cancel);
  106. this.Controls.Add(this.butn_ok);
  107. this.Controls.Add(this.comboBox_dgj);
  108. this.Controls.Add(this.label2);
  109. this.Controls.Add(this.label1);
  110. this.Controls.Add(this.checkedListBox_dgxtc);
  111. this.Name = "DGXGeneral";
  112. this.Text = "等高线缩编";
  113. this.Load += new System.EventHandler(this.DGXGeneral_Load);
  114. this.ResumeLayout(false);
  115. this.PerformLayout();
  116. }
  117. #endregion
  118. private System.Windows.Forms.CheckedListBox checkedListBox_dgxtc;
  119. private System.Windows.Forms.Label label1;
  120. private System.Windows.Forms.Label label2;
  121. private System.Windows.Forms.ComboBox comboBox_dgj;
  122. private System.Windows.Forms.Button butn_ok;
  123. private System.Windows.Forms.Button butn_cancel;
  124. }
  125. }