AuxiliaryLineSetting.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. 
  2. namespace SmartCoalApplication.MeasureProcedure
  3. {
  4. partial class AuxiliaryLineSetting
  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.groupBox16 = new System.Windows.Forms.GroupBox();
  30. this.label28 = new System.Windows.Forms.Label();
  31. this.label27 = new System.Windows.Forms.Label();
  32. this.label26 = new System.Windows.Forms.Label();
  33. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  34. this.comboBox2 = new System.Windows.Forms.ComboBox();
  35. this.groupBox1 = new System.Windows.Forms.GroupBox();
  36. this.buttonCancel = new System.Windows.Forms.Button();
  37. this.buttonDetermine = new System.Windows.Forms.Button();
  38. this.panel6 = new System.Windows.Forms.Panel();
  39. this.groupBox16.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  41. this.groupBox1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // groupBox16
  45. //
  46. this.groupBox16.Controls.Add(this.panel6);
  47. this.groupBox16.Controls.Add(this.label28);
  48. this.groupBox16.Controls.Add(this.label27);
  49. this.groupBox16.Controls.Add(this.label26);
  50. this.groupBox16.Controls.Add(this.numericUpDown1);
  51. this.groupBox16.Controls.Add(this.comboBox2);
  52. this.groupBox16.Location = new System.Drawing.Point(12, 78);
  53. this.groupBox16.Name = "groupBox16";
  54. this.groupBox16.Size = new System.Drawing.Size(394, 217);
  55. this.groupBox16.TabIndex = 49;
  56. this.groupBox16.TabStop = false;
  57. this.groupBox16.Text = "辅助线设置";
  58. //
  59. // panel6
  60. //
  61. this.panel6.BackColor = System.Drawing.SystemColors.Window;
  62. this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  63. this.panel6.Location = new System.Drawing.Point(135, 100);
  64. this.panel6.Name = "panel6";
  65. this.panel6.Size = new System.Drawing.Size(152, 20);
  66. this.panel6.TabIndex = 18;
  67. this.panel6.Click += new System.EventHandler(this.panel6_Click);
  68. //
  69. // label28
  70. //
  71. this.label28.AutoSize = true;
  72. this.label28.Location = new System.Drawing.Point(45, 162);
  73. this.label28.Name = "label28";
  74. this.label28.Size = new System.Drawing.Size(59, 12);
  75. this.label28.TabIndex = 17;
  76. this.label28.Text = "线条宽度:";
  77. //
  78. // label27
  79. //
  80. this.label27.AutoSize = true;
  81. this.label27.Location = new System.Drawing.Point(45, 108);
  82. this.label27.Name = "label27";
  83. this.label27.Size = new System.Drawing.Size(59, 12);
  84. this.label27.TabIndex = 16;
  85. this.label27.Text = "线条颜色:";
  86. //
  87. // label26
  88. //
  89. this.label26.AutoSize = true;
  90. this.label26.Location = new System.Drawing.Point(45, 54);
  91. this.label26.Name = "label26";
  92. this.label26.Size = new System.Drawing.Size(59, 12);
  93. this.label26.TabIndex = 15;
  94. this.label26.Text = "线条样式:";
  95. //
  96. // numericUpDown1
  97. //
  98. this.numericUpDown1.Location = new System.Drawing.Point(135, 158);
  99. this.numericUpDown1.Name = "numericUpDown1";
  100. this.numericUpDown1.Size = new System.Drawing.Size(152, 21);
  101. this.numericUpDown1.TabIndex = 14;
  102. this.numericUpDown1.Value = new decimal(new int[] {
  103. 1,
  104. 0,
  105. 0,
  106. 0});
  107. //
  108. // comboBox2
  109. //
  110. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  111. this.comboBox2.FormattingEnabled = true;
  112. this.comboBox2.Location = new System.Drawing.Point(135, 51);
  113. this.comboBox2.Name = "comboBox2";
  114. this.comboBox2.Size = new System.Drawing.Size(152, 20);
  115. this.comboBox2.TabIndex = 12;
  116. //
  117. // groupBox1
  118. //
  119. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  120. | System.Windows.Forms.AnchorStyles.Right)));
  121. this.groupBox1.Controls.Add(this.buttonCancel);
  122. this.groupBox1.Controls.Add(this.buttonDetermine);
  123. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  124. this.groupBox1.Name = "groupBox1";
  125. this.groupBox1.Size = new System.Drawing.Size(394, 60);
  126. this.groupBox1.TabIndex = 50;
  127. this.groupBox1.TabStop = false;
  128. this.groupBox1.Text = "操作";
  129. //
  130. // buttonCancel
  131. //
  132. this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  133. | System.Windows.Forms.AnchorStyles.Right)));
  134. this.buttonCancel.Location = new System.Drawing.Point(313, 20);
  135. this.buttonCancel.Name = "buttonCancel";
  136. this.buttonCancel.Size = new System.Drawing.Size(75, 23);
  137. this.buttonCancel.TabIndex = 6;
  138. this.buttonCancel.Text = "取消";
  139. this.buttonCancel.UseVisualStyleBackColor = true;
  140. this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  141. //
  142. // buttonDetermine
  143. //
  144. this.buttonDetermine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  145. | System.Windows.Forms.AnchorStyles.Right)));
  146. this.buttonDetermine.Location = new System.Drawing.Point(232, 20);
  147. this.buttonDetermine.Name = "buttonDetermine";
  148. this.buttonDetermine.Size = new System.Drawing.Size(75, 23);
  149. this.buttonDetermine.TabIndex = 5;
  150. this.buttonDetermine.Text = "確定";
  151. this.buttonDetermine.UseVisualStyleBackColor = true;
  152. this.buttonDetermine.Click += new System.EventHandler(this.buttonDetermine_Click);
  153. //
  154. // AuxiliaryLineSetting
  155. //
  156. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  157. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  158. this.ClientSize = new System.Drawing.Size(419, 301);
  159. this.Controls.Add(this.groupBox1);
  160. this.Controls.Add(this.groupBox16);
  161. this.Name = "AuxiliaryLineSetting";
  162. this.Text = "辅助线设置";
  163. this.groupBox16.ResumeLayout(false);
  164. this.groupBox16.PerformLayout();
  165. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  166. this.groupBox1.ResumeLayout(false);
  167. this.ResumeLayout(false);
  168. }
  169. #endregion
  170. private System.Windows.Forms.GroupBox groupBox16;
  171. private System.Windows.Forms.Label label28;
  172. private System.Windows.Forms.Label label27;
  173. private System.Windows.Forms.Label label26;
  174. private System.Windows.Forms.NumericUpDown numericUpDown1;
  175. private System.Windows.Forms.ComboBox comboBox2;
  176. private System.Windows.Forms.GroupBox groupBox1;
  177. private System.Windows.Forms.Button buttonCancel;
  178. private System.Windows.Forms.Button buttonDetermine;
  179. private System.Windows.Forms.Panel panel6;
  180. }
  181. }