工具箱相关
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

SlopeL.Designer.cs 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. 
  2. namespace CADTools
  3. {
  4. partial class SlopeL
  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_blc = new System.Windows.Forms.ComboBox();
  30. this.label_tip_blc = new System.Windows.Forms.Label();
  31. this.btn_Yes = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.comboBox_spx = new System.Windows.Forms.ComboBox();
  34. this.comboBox_tk = new System.Windows.Forms.ComboBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.SuspendLayout();
  37. //
  38. // comboBox_blc
  39. //
  40. this.comboBox_blc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  41. this.comboBox_blc.FormattingEnabled = true;
  42. this.comboBox_blc.Items.AddRange(new object[] {
  43. "1:500",
  44. "1:1000",
  45. "1:2000",
  46. "1:5000"});
  47. this.comboBox_blc.Location = new System.Drawing.Point(189, 28);
  48. this.comboBox_blc.Name = "comboBox_blc";
  49. this.comboBox_blc.Size = new System.Drawing.Size(169, 23);
  50. this.comboBox_blc.TabIndex = 9;
  51. //
  52. // label_tip_blc
  53. //
  54. this.label_tip_blc.AutoSize = true;
  55. this.label_tip_blc.Location = new System.Drawing.Point(86, 31);
  56. this.label_tip_blc.Name = "label_tip_blc";
  57. this.label_tip_blc.Size = new System.Drawing.Size(97, 15);
  58. this.label_tip_blc.TabIndex = 8;
  59. this.label_tip_blc.Text = "比例尺选择:";
  60. //
  61. // btn_Yes
  62. //
  63. this.btn_Yes.Location = new System.Drawing.Point(189, 192);
  64. this.btn_Yes.Name = "btn_Yes";
  65. this.btn_Yes.Size = new System.Drawing.Size(75, 31);
  66. this.btn_Yes.TabIndex = 6;
  67. this.btn_Yes.Text = "确 定";
  68. this.btn_Yes.UseVisualStyleBackColor = true;
  69. this.btn_Yes.Click += new System.EventHandler(this.btn_Yes_Click);
  70. //
  71. // label1
  72. //
  73. this.label1.AutoSize = true;
  74. this.label1.Location = new System.Drawing.Point(86, 139);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(97, 15);
  77. this.label1.TabIndex = 10;
  78. this.label1.Text = "示坡线图层:";
  79. //
  80. // comboBox_spx
  81. //
  82. this.comboBox_spx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  83. this.comboBox_spx.FormattingEnabled = true;
  84. this.comboBox_spx.Location = new System.Drawing.Point(189, 136);
  85. this.comboBox_spx.Name = "comboBox_spx";
  86. this.comboBox_spx.Size = new System.Drawing.Size(169, 23);
  87. this.comboBox_spx.TabIndex = 11;
  88. //
  89. // comboBox_tk
  90. //
  91. this.comboBox_tk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  92. this.comboBox_tk.FormattingEnabled = true;
  93. this.comboBox_tk.Location = new System.Drawing.Point(189, 81);
  94. this.comboBox_tk.Name = "comboBox_tk";
  95. this.comboBox_tk.Size = new System.Drawing.Size(169, 23);
  96. this.comboBox_tk.TabIndex = 13;
  97. //
  98. // label2
  99. //
  100. this.label2.AutoSize = true;
  101. this.label2.Location = new System.Drawing.Point(86, 84);
  102. this.label2.Name = "label2";
  103. this.label2.Size = new System.Drawing.Size(82, 15);
  104. this.label2.TabIndex = 12;
  105. this.label2.Text = "图框图层:";
  106. //
  107. // SlopeL
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(466, 250);
  112. this.Controls.Add(this.comboBox_tk);
  113. this.Controls.Add(this.label2);
  114. this.Controls.Add(this.comboBox_spx);
  115. this.Controls.Add(this.label1);
  116. this.Controls.Add(this.comboBox_blc);
  117. this.Controls.Add(this.label_tip_blc);
  118. this.Controls.Add(this.btn_Yes);
  119. this.Name = "SlopeL";
  120. this.Text = "示坡线绘制";
  121. this.Load += new System.EventHandler(this.SlopeL_Load);
  122. this.ResumeLayout(false);
  123. this.PerformLayout();
  124. }
  125. #endregion
  126. private System.Windows.Forms.ComboBox comboBox_blc;
  127. private System.Windows.Forms.Label label_tip_blc;
  128. private System.Windows.Forms.Button btn_Yes;
  129. private System.Windows.Forms.Label label1;
  130. private System.Windows.Forms.ComboBox comboBox_spx;
  131. private System.Windows.Forms.ComboBox comboBox_tk;
  132. private System.Windows.Forms.Label label2;
  133. }
  134. }